home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- FEEL_PATH=/net/brad/opt/home/pab/Feel
- cd $FEEL_PATH
- chmod u+w Src/Makefile
- cd ..
-
- # Yup, I should use a real regexp, but what the hell...
- tar chfv - `find Feel \( ! -type d \) \! \( -name \*you\* -o -name \*.fm -o -name \*.sc -o -name \*.o \
- -o -name core -o -name \*RCS\* -o -name \*,v -o -name \*\~ \
- \) -print | grep -v Compiler | grep -v CBoot` | compress > /tmp/feel.tar.Z
-
- tar chfv - `find Feel/Boot/CBoot Feel/Boot/Compiler \
- \! \( -name \*.fm -o -name \*.sc -o -name core -o -name \*~ -o -name \*.o \) \
- -print` | compress > /tmp/comp.tar.Z
-
- #-print | grep -v \.fm | grep -v \.sc | grep -v \.o | grep -v you | grep -v RCS | grep -v \~ ` \